#!/bin/sh
sudo rm -R /System/Library/Extensions/AppleIntelGMAX3100*
DIR="$( cd "$( dirname "$0" )" && pwd )"
sudo cp -R $DIR/kexts/ /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/AppleIntelGMAX3100*
sudo chmod -R 755 /System/Library/Extensions/AppleIntelGMAX3100*
sudo touch /System/Library/Extensions
